home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1997 #1 / Amiga Plus CD - 1997 - No. 01.iso / pd / programmierung / mesa-1.2.8 / widgets / man / glwdrawingareamakecurrent.pod < prev    next >
Text File  |  1996-05-27  |  545b  |  30 lines

  1. =head1 NAME
  2.  
  3. GLwDrawingAreaMakeCurrent - Make the current GLwDrawingArea current.
  4.  
  5. =head1 SYNOPSIS
  6.  
  7.   #include <GL/GLwDrawA.h>
  8.   void GLwDrawingAreaMakeCurrent(w, ctx)
  9.        Widget w;
  10.        GLXContext ctx;
  11.  
  12. =head1 DESCRIPTION
  13.  
  14. =over 4
  15.  
  16. =item GLwDrawingAreaMakeCurrent
  17.  
  18. is a front end to I<glXMakeCurrent>, however instead of passing in a
  19. Display and a Window, a Widget is passed in.
  20.  
  21. =back
  22.  
  23. =head1 RELATED INFORMATION
  24.  
  25. L<GLwMDrawingArea>, L<glXMakeCurrent>.
  26.  
  27. =head1 DATE
  28.  
  29. $Id: GLwDrawingAreaMakeCurrent.pod,v 1.1 1995/03/28 22:57:07 ohl Exp $
  30.